Understand interface performance matrix

In the performance matrix for an interface is:
 
blue is caused by local!A.
pink is caused by local!B.

But local!B is using results from local!A . Since the logic is already evaluated in local!A, local!B is simply calling the results from local!A, then why it's taking the same amount of time.

  Discussion posts and replies are publicly visible