Would it be possible to implement a feature where the "drag & drop" options would change trade positions instead of being inserted in between.

Example List
A
B
C
D
E
F

If we would switch B & E, we would currently have the following situation:
A
E
B

C
D
E
F

But in some situation it would be more (gui) efficient to have the following behaviour:
A
E
C
D
B
F