"The most useful thing the CLT gives you is the sampling distribution of the mean. It underpins many familiar confidence intervals and mean tests, but not every interval or test."
One Mean, Many Possibilities
Take a sample of size N from a population. Compute the sample mean. Now imagine doing this again — a different random sample of N, a different mean. Repeat thousands of times. The collection of those sample means has its own distribution, called the sampling distribution of the mean.
This is the object the CLT is really speaking about. When statisticians say 'the sampling distribution of the mean is approximately normal for large N,' they mean: if you imagine all the means you'd get from all possible samples of size N, that imagined collection's shape is bell-like, even when the underlying data is not.
The Standard Error
The standard deviation of the sampling distribution has its own name: the standard error (SE). For a sample mean, the SE equals σ / √N — the population standard deviation divided by the square root of the sample size. The SE shrinks as N grows, but only as the square root: to halve the uncertainty in your mean, you need four times the sample size, not twice.
This 'square root law' is one of the most important practical consequences of the CLT. Under simple independent sampling with stable variance, four times the sample size halves the standard error. Survey accuracy also depends on sampling design, nonresponse, weighting, clustering, and measurement error; millions of biased responses need not be accurate.
Why You Should Care
Many familiar intervals use a sampling distribution and an estimated standard error, but methods include exact, design-based, bootstrap, Bayesian, and other constructions. A proportion has its own sampling model. When the CLT's preconditions hold, this interval is meaningful: if you repeated the study many times, about 95% of such intervals would contain the true population value.
If a method's assumptions or standard-error calculation are wrong, nominal coverage can fail. Dependence and heavy tails can sometimes be handled with an appropriate design, model, robust variance, or resampling method. This is one of the major silent failures in published research.