A Func Bundle might rely on back end services (eg. a database) that has a particular SLA.
If the aggregate calls from all the Func Bundles exceeds the SLA of the backend service, rather than routing all requests into Runners that will just overload the backend service, fast fail a certain percentage of requests so that the back end SLA is not exceeded.