From what I read, it seems that this feature is quite useful:
However, since it is not enabled by default, there are probably some side effects?Queued File Operations. Background file operations can optionally be processed sequentially (in a queue), which is often far more efficient than processing them in parallel.
With queueing enabled successive operations are lined up in sequence and completed one after the other. E.g. if you initiate a job, say a Copy operation, while another one is still in progress, the new one will be delayed until the other one is finished. This is also known as asynchronous copy.
Without queueing background file operations are processed in parallel. Parallel processing can be quite inefficient and may put unnecessary stress on your hard disks because of excessive head movements.
XYplorer Beta Club