When deriving the OLS estimators, we get to a point where we need to analyze asymptotically the following term:
$n^{-1}\sqrt{n} \sum_{i=1}^n (X_i - \mu_x)u_i$
We'll normally have the weaker assumption that $E(X_iu_i) = 0$, which will imply that $E((X_i - \mu_x)u_i) = 0$.
However, to apply the Central Limit Theorem, we need that the sequence $((X_i - \mu_x)u_i)_{i=1}^n$ be independent and identically distributed (i.i.d).
So my question is, given that the sequence $(u_i, X_i)_{i=1}^n$ is i.i.d by assumption, how can we grant $(u_i, X_i)_{i=1}^n$ is i.i.d?
$E(X_iu_i) = 0$ will only grant uncorrelatedness in this case.