That makes sense.
You can however use multiple paginations on a single page by using a different parameter for the sidebar pagination:
$articles = $articles->paginate(5, array('variable' => 'sidebarpage'));
Then it shouldn’t confuse Kirby anymore.