If item is removed from list (with splice) or inserted each helper just
removes or insertes corresponding template of item in DOM. Is it
possible some how to make item position change without removing and
inserting new one (so that item's DOM would be just taken and placed
in other position)?
Or sort plugin does this? Is it possible to do without sort plugin?