Why aren't base layer images listed in `docker image ls -a`?

This behaviour was changed at some point. In the previous versions of Docker, you could see the pulled parent image in the image list immediately after the image was built.
Now it behaves differently, which confuses me a bit.