Sometimes you have JSON data that needs to go into a spreadsheet. Maybe for analysis in Excel, maybe to share with someone who doesn't know JSON. That's when you convert to CSV.
The converter flattens your JSON into rows and columns. Nested objects can be tricky, but good converters handle the common cases.
My workflow: pull data from API as JSON, convert to CSV, open in Excel. Simple!