I've used that to process tables, essentially using markdown as a commented CSV format. The only nuisance is that a table can't yet have attributes — https://github.com/jgm/pandoc/issues/6317 — the workaround being a pre-filter to copy them from a surrounding div.
I've also toyed with using it to process code blocks, as a dead-simple literate programming tool.
I've also toyed with using it to process code blocks, as a dead-simple literate programming tool.