That variation directly implements Rinjdael's ShiftRow as specified (section 4.2.2) in the proposal to NIST, defining Shitftrows for 128, 192 and 256-bit block size (Nb=4, 6 and 8).

Loosely speaking, the offsets improve the mixing (diffusion) properties of consecutive rounds of the cipher. More precisely the authors state their motivation (section 7.4) as:
The ShiftRow offsets
The choice from all possible combinations has been made based on the following criteria:
- The four offsets are different and C0 = 0;
- Resistance against attacks using truncated differentials [Kn95];
- Resistance against the Square attack [DaKnRi97];
- Simplicity
For certain combinations, attacks using truncated differentials can
tackle more rounds (typically only one) than for other combinations.
For certain combinations the Square attack can tackle more rounds than
others. From the combinations that are best with respect to criteria 2
and 3, the simplest ones have been chosen.