Bulma, and others like it (Milligram is my favourite) have enough functionality to get going:
responsive layout/grid, typography, form styling) but they don't have a huge, heavy set of components and requirements like Bootstrap.
I think people really au fait with CSS prefer to add only what they need rather than serve Bootstrap entirely.
> but they don't have a huge, heavy set of components and requirements like Bootstrap
That's a drawback. For BS3 or 4 I can just comment out what I don't need. If I do need many of the components and JS modules that Bootstrap provides OOTB, I have to write them myself. I'm using a CSS framework to avoid doing that.