It may be evident for you since you probably have seen many frameworks and implementations. Before hearing about Jekyll, I only used Blogger and WordPress, which relies on the database for almost everything.
But that's only to provide a convenient admin interface for people who don't want to write posts in HTML (or markdown or whatever)
I guess what I'm saying is that (except for the comments) blogs are static pages that contain (mostly) unchanging content, not dynamic data that needs to be updated.
If you're curious about the history, you might look into MovableType, which predates WordPress by a couple years, and has always supported static page generation: https://en.wikipedia.org/wiki/Movable_Type
Once upon a time, Pyra Labs' Blogger was a tool that generated static pages and FTP'd them to your server. This was back in the heyday of Movable Type.
Nowadays I am using Hakyll, it's a natural progression from Jekyll and is much easier to customize (it's basically a Haskell DSL for static site generation).
I guess what I'm saying is that (except for the comments) blogs are static pages that contain (mostly) unchanging content, not dynamic data that needs to be updated.
If you're curious about the history, you might look into MovableType, which predates WordPress by a couple years, and has always supported static page generation: https://en.wikipedia.org/wiki/Movable_Type