Astro content collections are useful when markdown needs a little structure. Frontmatter can hold the data a list page needs, while the body remains comfortable to write.
I like this pattern for blog, project notes, and documentation-style pages. It keeps content close to the project without turning every article into custom code.
The important part is deciding which fields belong in frontmatter and which ideas belong in the article body.