When we use include one UML diagram into another,
sometimes the participants might be duplicated.
During the render process, plantuml decides the position of the participant based on the first occurrence of the participant definition. But if we take into account that a sequence diagram represents a sequence of events from left to right, the position of the participant should be decided based on the last occurrence of the participant.