@matrix You generally don't want a comma-delineated list of strings because you can't directly query against that.
For example, let's say we're writing an imageboard, and the list is of tags. You might want to find or count everything with that tag, but it'd be more difficult to look through each item individually rather than just querying against the table.