hook_block_info() declares to Drupal what blocks are provided by the module. Initial block configs can be specified. Each block provided by the module is given a unique identifier. The unique identifier is referred to as $delta.
hook_block_configure() takes in $delta as a parameter. $delta is the unique identifier for the block to be configured. The unique identify is defined in hook_block_info(). It returns a configuration form.