What do section:section & block:block mean in code snippets?

Hi Folks, Could you please tell me what are role of these, section:section & block:block in below snippet callings {%- render ‘header-icons’, section: section -%}
{%- render ‘page-block-custom-html’, block: block -%}.

I tried to find online but nothing found.