How Xit changes for the same unit over time. This is what fixed effects exploits. Free of time-invariant confounders.
How Xi differs across units on average. This is what cross-sectional OLS uses. Susceptible to unobserved unit-level confounders.
reghdfe y x, absorb(unit time). In R: feols(y ~ x | unit + time).