Why would predicting your own latents beat predicting the data? Sample-complexity theory published this year gives the mechanism, and it is countable on your own machine. A compositional grammar builds strings the way scenes and sentences are built: a symbol expands into parts, parts into subparts, depth L levels down. A learner that works at the surface, on whole strings, has to cover a space that multiplies at every level. A learner that works at the rules, level by local level, has to cover a set that only adds. The theory proves the first needs samples exponential in depth and the second constant up to logarithms, and the rules are exactly what a network's own latent representations hold. This bench counts both, empirically, on the same grammar with the same random stream. The numbers come out embarrassingly far apart, and the gap is the statistical case for why an agent should learn from what it already represents rather than from what the world happens to emit.