MMDOrder allocated additional memory

In MMDOrder,

perm = iwspacemalloc(ctrl, nvtxs+5);

Is there a reason to allocate 5 additional entries for the array perm? Thanks.