To insert an item in a certain location all other items up to that location needs to be shifted to the right. However, memory writes are costlier than memory read and many write operations are required only to place a single item in its proper place.