I assume the two terms you list are part of the prependpolicy applied to the group prependpolicy.
When you have multiple terms they are applied in order to the routes on a first match basis. And the default policy is to simply accept a route.
So in your policy there is no possible overlap and order does not matter. Since you have no final reject term all other routes are also accepted so if you do want ot limit the peer to only the prefix lists you need to add the final reject term.