A reducer is another layer that distributes the API call instead of contacting the pricers directly. For instance, instead of making 100 calls, the reducer will send just one call to each pricer. One request payload can contain ten different requests if it is a multisearch searching for different terms criteria (10, 15, 25, 30, etc).
This does not affect the user's experience.