all the sections are first sorted in ascending sequence by created, and then if any two or more sections share the same identical created value, then those are sorted by the most recent modified first
what you want is
… ORDER BY GREATEST(created,modified) DESC LIMIT 10