Time difference between requests

Some requests to the Appium server take just a few milliseconds, but others take over 1 second. What causes that discrepancy?

Also, is it normal that all requests take over 500ms?

Small example of some requests:

On lines 2 and 29 the same request is sent, but one takes 23ms and the other one takes 270ms (over 10x more)