Put 5 requests and even if loop count is 1 each request will be executed at least once and that too in order.
If loop count is 2 then each request will be executed twice but in order i.e from 1 to 5 then again from 1 to 5.
If number of users is also increased then order will not be there.