A am pretty sure it's not the indexing operation itself, but the further processing you do with the output of the indexing operation and all other operations that depend on the size of the indexed slice (which of course is proporionally larger).
For example you create 14 gaussian noise traces per loop iteration, each with 10000+ elements. This alone costs about 50ms on my PC.