If the value of the CONCURRENCY_LIMIT .env variable is set to more than 1, messages in the Matrix are displayed in the wrong order (not in chronological order).
To keep the correct message order, I have to set CONCURRENCY_LIMIT=1 and pass the --sort {ts:1} argument to each mongoexport command.