Certain aspects of the engine run on single threads and their logic cannot be separated into multithreads as it would cause issues with timing and physics simulation, etc.
In update 0.17.12.0 (next update), we refactored the arcade physics simulation to run on its own system which should help performance issues.