Jetpack?

Today I opened the WordPress Setup functions file in a previously created Blocs Theme and saw this:

function remove_menus() {
    remove_menu_page('jetpack');
}
add_action('admin_menu', 'remove_menus');

I know what the code does but, why is there a reference to JetPack?

I am 100% sure I did not add that code myself, I never (ever!) use Jetpack

I quickly drafted up a new theme and it’s not there in the default export.

Anyone has any idea if a specific setting in Blocs adds this code?

Appreciated!