This is the simple answer to your question. No need for PowerShell or complex for-commands:
dir /O:-D
/O sorts by order, -D is by date descending.